home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / applic / ncsa / Mac / Telnet2.6 / prerelease / d6 / Telnet.2.6.1d6-68k.sit.hqx / 2.6.1d6 Release Notes next >
Encoding:
Text File  |  1995-01-27  |  7.8 KB  |  198 lines

  1. 1/26/95 NCSA Telnet 2.6.1d6 for the Macintosh Release Notes
  2.  
  3. Brought to you by:    Clint Popetz (cpopetz@ncsa.uiuc.edu)
  4.                     Jim Browne (jbrowne@uiuc.edu) [departed 12/18/94]
  5.                     
  6.  
  7. These release notes contain the following information:
  8.     Ñ    Changes since the last version
  9.     Ñ    Telnet release schedule
  10.     Ñ    Goals left for current release
  11.     Ñ    Bug list
  12.     Ñ    Future features list
  13.     Ñ    Old changes list
  14.     
  15. Note: 2.6.1d6 is a quick release to fix some rather nasty bugs.
  16. Changes since 2.6.1d5:
  17. ----------------------
  18. Fixed bug that caused set files and macros not to load properly on startup 
  19. Fixed FTP server memory bug 
  20. Fixed FTP server 'put files that start with a period' bug (around since 2.6.1d1)
  21. Added Send timeouts
  22. Fixed bug that caused Telnet not to read old prefs files correctly
  23. Fixed bug that caused setting of visibility of function key windows not to stick
  24.  
  25. The FTP server bug probably caused most of the crashes reported in d5, since the
  26. server just had to be ON, not ACTIVE to cause problems.
  27.  
  28.  
  29. Note on compiler compatability for 2.6.1d6:
  30. ------------------------------------------
  31. I have given up (for the time being) trying to make Telnet compile
  32. under MPW and Think C.  I am sticking with the most beautiful of environments,
  33. Metrowerks CodeWarrior.  If the day comes when all the bugs are fixed, I will try 
  34. to go back and make them compatible, but frankly, I would rather spend my time 
  35. fixing MY bugs and putting in new features than finding work-arounds for problems 
  36. in other development environments.
  37.  
  38.  
  39. NCSA Telnet for the Macintosh release schedule:
  40. -----------------------------------------------    
  41. Don't bet the farm on these dates.  For entertainment purposes only.
  42.  
  43. 2.7                            Early-Mid Feb, 1995    (very firm)
  44. 3.0                            May, 1995        (somewhat firm)
  45.  
  46. Development of NCSA Telnet will continue through at least 3.0 and probably beyond.
  47.  
  48.  
  49. Goals for 2.7:
  50. ----------------
  51. Ñ    Fix the VAX/VMS VT220 problems. 
  52. *    Fix the NeXT interaction problems. (See below)
  53. Ñ    Clean up the segmentation a little bit more and do some memory cleanup.
  54. Ñ    URL command-click support 
  55. Ñ    Internet Config Support (For helper applications)
  56.     
  57.     
  58. The NeXT bug has been rediscovered.   I know of three: printing garbage at random
  59. times, not resizing correctly to screen settings on open, and lag due to re-
  60. negotiation of linemode suboptions after every CR.   
  61.  
  62. Actually the second bug happens with various servers.  The manual resize (dragging
  63. with the option key or typing 'resize' on some systems) works fine, but the sequence
  64. we send at open time isnt causing a resize.  Im looking at this one.
  65.  
  66. ----
  67. This is the list of all Telnet bugs known to NCSA, feel free to mail me if
  68. you find others:  (This is pretty much the same as last release)
  69.  
  70. Crashes:
  71. Ñ    Telnet wont work without DragLib on PPC (See Below)
  72. Ñ    Window positioning
  73. Ñ    Telnet doesn't constrain saved window positions to available desktop
  74. Ñ    When switching to 132 columns, window's right edge should stay on screen
  75. Ñ    Type during paste bug
  76. Ñ    Occasional problems getting the preferences to "stick"
  77. Ñ    Certain control characters not working due to Apple's bad KCHR
  78. Ñ    Certain macro sequences are not sent correctly (?)
  79. Ñ    \r,\n, and \t cannot appear in a Macro sequence
  80. Ñ    Some interaction problems with NeXT systems (See above)
  81. Ñ    Capture text sometimes contains extra returns
  82. Implementation:
  83. Ñ    Need to always set push flag when sending return
  84. Ñ    Reduce WDS sizes?
  85. VT emulation:
  86. Ñ    VT220 insert mode problem
  87. Ñ    VT220 fn keys can still be sent while in vt100 mode
  88. Ñ    Problems w/VT emulation when connecting to certain VAX/VMS hosts
  89. Ñ    Screen trashing when forcesave is on
  90. Ñ    Bold font problems need to be solved
  91. Ñ    Tabs don't work completely
  92. Ñ    Clear whole text cell
  93. FTP:
  94. *    FTP log not very useful for Macbinary transfers
  95. *    FTP server filename ISO tranlation not working?
  96. Ñ    FTP Server dropping characters in ASCII mode?
  97. Ñ    Need to add a provision for editing "anonymous"'s directory
  98. Ñ    Occasional MNetPush error when using FTP
  99. Ñ    FTP transfers occasionally creating zero size files
  100. Ñ    Multiple user/one password bug?
  101. Ñ    Inivisible items shouldn't appear on a 'dir'
  102. TEK:
  103. Ñ    Some TEK emulation bugs
  104.  
  105. DragLib:
  106.  
  107. I am implementing the code to check for the run-time link of the DragLib library
  108. on the PPC exactly as Apple details in IM: PowerPC System Software.  Unfortunately,
  109. this seems to do no good, as people running 7.1.2 on PowerMacs have reported Telnet
  110. dying on startup if they are without the library.  Since Metrowerks requires Draglib,
  111. (and distributes the library on the CD;  without it, they die in the same way as 
  112. Telnet) I can't easily debug the problem.  But I am working on it.
  113.  
  114.  
  115. For 3.0:
  116.  
  117. Ñ    Modeless configuration interface
  118. Ñ    Modeless macro dialog box
  119. Ñ    Modeless Open Connection box (?)
  120. Ñ    Scriptable 
  121. Ñ    Sessions can be configured to capture immediately from opening
  122. Ñ    Reverse DNS connecting FTP hosts
  123. Ñ    Better Key remapping features
  124. Ñ    ANSI color sequences
  125. Ñ    Save attributes in scrollback
  126. Ñ     Possible firewall support (See below)
  127. Ñ    Major internal re-working (See below)
  128. Ñ    Possible clean-up of TEK code (volunteers?)
  129.  
  130. Suggestions I don't think I will implement:
  131. Ñ    Different printer font than window font
  132.  
  133. I am interested in getting a consensus on what firewall methods are "standard."
  134. With the use of Telnet as a helper app becoming more feasible with the support of 
  135. the GURL suite, and considering the need to move towards scriptability, an alternative
  136. is needed to opening a connection to the firewall and then manually telnet-ing from 
  137. there.  So, anyone interested in giving a firewall-idiot some pointers, feel free to
  138. mail them to me (Clint).  Please include "FIREWALL:" in the subject.  
  139.  
  140.  
  141. 3.0 will be quite a major release, where I will continue the cleansing process that
  142. Jim began.  The memory management will be almost completely redone, and the scrollback
  143. format will be reworked significantly.  Now's the time for interested parties to 
  144. submit requests for things you're just dying to see in telnet.  So, consider this the 
  145. official announcement of the "3.0 Telnet Wish List."   Just mail to me (Clint) or to
  146. mactelnet@ncsa.uiuc.edu, and please put "TELNET WISH: " in the subject.  
  147.  
  148. The Documentation for 2.6 is FINALLY on line.  It can be found at:
  149.             ftp://ftp.ncsa.uiuc.edu:Mac/Telnet/Telnet2.6/Telnet2.6UserGuide
  150.  
  151.  
  152. Old Changes
  153. -----------
  154. Changes since 2.6.1d4
  155. ----------------------
  156.     Macros can be imported and exported to/from text files  
  157.     User set-able Block Size
  158.     User set-able Send timeouts
  159.     User set-able font size (i.e. other than 9,12,etc.)
  160.     Fixed a PPC FTP server bug (existing since port to PPC) 
  161.     Fixed (some) crashes under low memory resizing
  162.     Fixed a scrolling bug created in 2.6.1d4
  163.  
  164. Changes since 2.6.1d3:
  165. ----------------------
  166.     Drag and Drop support.  Text can be dragged out of and into connection windows
  167.     Scrolling speed improvement.  Scolling speed has been improved by about 5%
  168.     The FTP Client has been removed.
  169.     Telnet now uses less memory (changes to tek storage system)
  170.     Telnet now scans Extensions folder & the folder Telnet resides in for
  171.         Authentication/Encryption plugins
  172.     Fixed a corruption bug for files transferred in binary mode by the FTP server
  173.     Fixed a few TEK bugs
  174.     Added support for GetURL AppleEvent (only "telnet://" scheme supported)
  175.  
  176.  
  177. Changes since 2.6.1d2:
  178.  
  179.     Keypad and Function key menus added
  180.     Global pref added for Keypad and Function key menus
  181.     Toggle on VT type radio buttons in Terminal prefs fixed
  182.     Toggle on Paste and BS/Del buttons in Session prefs fixed
  183.  
  184. Changes since 2.6.1d1:
  185.  
  186.     Authentication and Encryption now use plug in modules
  187.     Authentication and Encryption are available on the PPC
  188.     VT screen size display during window resize works on PowerPC version
  189.     Application is a fat binary
  190.  
  191. Changes since 2.6:
  192.  
  193. The port to PowerPC has almost been completed.  Currently Authentication and
  194. Encryption are not available while running on the PPC.  2.6.1d1PPC has been
  195. quite stable for me.  Please let me know if the PPC version shows any bugs
  196. that aren't in the 68K version.
  197.  
  198.